home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Info / TeachU14 / SAMS / Code / Day06 / about.dfm / about.txt next >
Encoding:
Text File  |  1998-02-08  |  1.0 KB  |  59 lines

  1. object AboutBox: TAboutBox
  2.   Left = 320
  3.   Top = 183
  4.   BorderStyle = bsSingle
  5.   Caption = 'About This Program'
  6.   ClientHeight = 197
  7.   ClientWidth = 324
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 112
  16.     Top = 40
  17.     Width = 133
  18.     Height = 13
  19.     Caption = 'Multiple Forms Test Program'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 112
  23.     Top = 64
  24.     Width = 53
  25.     Height = 13
  26.     Caption = 'Version 1.0'
  27.   end
  28.   object Label3: TLabel
  29.     Left = 112
  30.     Top = 88
  31.     Width = 184
  32.     Height = 13
  33.     Caption = 'Copyright ∩┐╜ 1997, by SAMS Publishing'
  34.   end
  35.   object Image1: TImage
  36.     Left = 8
  37.     Top = 24
  38.     Width = 65
  39.     Height = 57
  40.     Picture.Data = {<image000.ico>}
  41.     Stretch = True
  42.   end
  43.   object Bevel1: TBevel
  44.     Left = 80
  45.     Top = 24
  46.     Width = 233
  47.     Height = 105
  48.     Shape = bsFrame
  49.   end
  50.   object BitBtn1: TBitBtn
  51.     Left = 124
  52.     Top = 160
  53.     Width = 75
  54.     Height = 25
  55.     TabOrder = 0
  56.     Kind = bkOK
  57.   end
  58. end
  59.